gtk/gtkwin32theme.c: Include gdk/gdkprivate.h
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 24 Oct 2017 08:12:58 +0000 (16:12 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 24 Oct 2017 16:48:01 +0000 (00:48 +0800)
We still need to access the GdkEvent structure here directly, as using
the GdkEvent getters is likely not worth the trouble involved.

Please see Emmanuele's comment (#97) of the following bug URL.

https://bugzilla.gnome.org/show_bug.cgi?id=773299

gtk/gtkwin32theme.c

index 13faff870fd92fba690448194c0ce86baa900c97..faedfbcfd1a9400189bd19aa0b46e1ad50b1c899 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "gtkwin32drawprivate.h"
 
+#include "gdk/gdk-private.h"
+
 #ifdef G_OS_WIN32
 
 #include <windows.h>